home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
-serious-
/
misc
/
football
/
locale
/
english
/
user
/
fixturesleft.data
< prev
next >
Wrap
Text File
|
1999-11-29
|
2KB
|
37 lines
/* English Translation for FixturesLeft.rexx */
var.1 = "fl_error = 'ERROR : (FixturesLeft)'"
var.2 = "fl_one = 'Unable to find '"
var.3 = "fl_two = 'Cannot read '"
var.4 = "fl_three = 'Cannot open '"
var.5 = "fl_four = ' for reading.'"
var.6 = "fl_txt1 = 'These fixtures will be incorrect as these teams play each other an odd'"
var.7 = "fl_txt2 = 'number of times and FOOTBALL has to write a schedule for each team as'"
var.8 = "fl_txt3 = 'this league is not scheduled using a schedule file.'"
var.9 = "fl_txt4 = 'Fixtures To Be Played : '"
/* Please don't change the following lines */
setclip('VarCount',9)
do i = 1 to 9
call setclip('var.'i, var.i)
end
/*
49 - FixturesLeft.rexx --> say "ERROR : (FixturesLeft)"
51 - FixturesLeft.rexx --> say "Unable to find '"league_file || input_file"'."
57 - FixturesLeft.rexx --> say "ERROR : (FixturesLeft)"
59 - FixturesLeft.rexx --> say "Unable to find '"league_file || input2_file"'."
75 - FixturesLeft.rexx --> say "ERROR : (FixturesLeft)"
77 - FixturesLeft.rexx --> say "Cannot read '"league_file || input2_file"' datafile."
95 - FixturesLeft.rexx --> say "ERROR : (FixturesLeft)"
97 - FixturesLeft.rexx --> say "Cannot open '"league_file||input_file"' for reading."
106 - FixturesLeft.rexx --> say "These fixtures will be incorrect as these teams play each other an odd"
107 - FixturesLeft.rexx --> say "number of times and FOOTBALL has to write a schedule for each team as"
108 - FixturesLeft.rexx --> say "this league is not scheduled using a schedule file."
111 - FixturesLeft.rexx --> say "Fixtures To Be Played : "mtch
*/